/* mobile */

@media (max-width: 576px) {
    .desktop {
        display: none ;
    }
    .mobile .info {
        padding-top: 4px;
    }
    .title h4 {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .popup-content {
        /* background-color: #e8eaf6; */
        width: 90% !important;
        max-width: 500px !important;
        margin: 30% auto !important;
        padding: 20px !important;
        /* border: 1px solid #333 !important; */
        border-radius: 5px !important;
        height: 400px !important;
    }
}

/* tablet */

@media (min-width: 577px) and (max-width: 992px) {
    .desktop {
        display: none;
    }
    .mobile .info {
        padding-top: 25px;
    }
    .title h4 {
        font-size: 27px;
    }
    .title h5 {
        font-size: 21px;
    }
    .written-by .fw-600 {
        font-weight: 600 !important;
        font-size: 21px;
    }
    .written-by p {
        font-size: 18px;
    }
    ul li p {
        font-size: 18px;

    }
}

/* desktop */

@media (min-width: 992px) {
    .mobile {
        display: none !important;
    }
}
